All Questions
2 questions
8votes
3answers
14kviews
Authentication and authorization - front-end vs back-end dilemma
I'm working on centralized authentication and authorization API system and got stuck in front-end vs back-end dilemma. Front-end person is telling that should to have only one request to that API to ...
1vote
2answers
10kviews
Ways to authenticate and redirect with decoupled front-end web application
I have a coupled web application (frontend and api backend served from the same application). It's worked well for our needs but I've been curious about the differences that would go into having a ...